home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMSET / TFRMSET.txt
Text File  |  2003-07-03  |  5KB  |  261 lines

  1. object frmSet: TfrmSet
  2.   Left = 181
  3.   Top = 166
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmSet'
  6.   ClientHeight = 323
  7.   ClientWidth = 628
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object panView: TPanel
  18.     Left = 10
  19.     Top = 12
  20.     Width = 322
  21.     Height = 242
  22.     BevelOuter = bvLowered
  23.     TabOrder = 6
  24.   end
  25.   object edFrame: TEdit
  26.     Left = 9
  27.     Top = 288
  28.     Width = 77
  29.     Height = 21
  30.     TabStop = False
  31.     Color = clBtnFace
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object btnOK: TButton
  36.     Left = 353
  37.     Top = 282
  38.     Width = 82
  39.     Height = 28
  40.     Caption = 'OK'
  41.     Default = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ModalResult = 1
  48.     ParentFont = False
  49.     TabOrder = 2
  50.   end
  51.   object btnCancel: TButton
  52.     Left = 435
  53.     Top = 282
  54.     Width = 82
  55.     Height = 28
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ModalResult = 2
  64.     ParentFont = False
  65.     TabOrder = 3
  66.   end
  67.   object boxSize: TGroupBox
  68.     Left = 344
  69.     Top = 128
  70.     Width = 274
  71.     Height = 124
  72.     Caption = 'Resolution and Color Depth'
  73.     TabOrder = 1
  74.     object labResX: TLabel
  75.       Left = 15
  76.       Top = 24
  77.       Width = 28
  78.       Height = 13
  79.       Caption = 'Width'
  80.     end
  81.     object labX: TLabel
  82.       Left = 70
  83.       Top = 43
  84.       Width = 7
  85.       Height = 13
  86.       Caption = 'X'
  87.     end
  88.     object labBPP: TLabel
  89.       Left = 138
  90.       Top = 24
  91.       Width = 59
  92.       Height = 13
  93.       Caption = 'Bits per pixel'
  94.     end
  95.     object labResY: TLabel
  96.       Left = 80
  97.       Top = 24
  98.       Width = 31
  99.       Height = 13
  100.       Caption = 'Height'
  101.     end
  102.     object lstBPP: TComboBox
  103.       Left = 138
  104.       Top = 39
  105.       Width = 123
  106.       Height = 21
  107.       Style = csDropDownList
  108.       ItemHeight = 13
  109.       TabOrder = 0
  110.       OnChange = lstBPPChange
  111.     end
  112.     object edResX: TEdit
  113.       Left = 15
  114.       Top = 39
  115.       Width = 51
  116.       Height = 21
  117.       TabOrder = 1
  118.       OnExit = edResXExit
  119.     end
  120.     object edResY: TEdit
  121.       Left = 80
  122.       Top = 39
  123.       Width = 51
  124.       Height = 21
  125.       TabOrder = 2
  126.       OnExit = edResYExit
  127.     end
  128.     object radDitherNone: TRadioButton
  129.       Left = 140
  130.       Top = 65
  131.       Width = 96
  132.       Height = 17
  133.       Caption = 'No dithering'
  134.       TabOrder = 3
  135.     end
  136.     object radDitherLite: TRadioButton
  137.       Left = 140
  138.       Top = 82
  139.       Width = 96
  140.       Height = 17
  141.       Caption = 'Lite dithering'
  142.       TabOrder = 4
  143.     end
  144.     object radDitherHeavy: TRadioButton
  145.       Left = 140
  146.       Top = 100
  147.       Width = 96
  148.       Height = 17
  149.       Caption = 'Heavy dithering'
  150.       TabOrder = 5
  151.     end
  152.   end
  153.   object btnUndo: TButton
  154.     Left = 528
  155.     Top = 282
  156.     Width = 82
  157.     Height = 28
  158.     Caption = 'Undo...'
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clWindowText
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     TabOrder = 4
  166.     OnClick = btnUndoClick
  167.   end
  168.   object edFilename: TEdit
  169.     Left = 87
  170.     Top = 288
  171.     Width = 245
  172.     Height = 21
  173.     TabStop = False
  174.     Color = clBtnFace
  175.     ReadOnly = True
  176.     TabOrder = 5
  177.   end
  178.   object barFrame: TTrackBar
  179.     Left = 2
  180.     Top = 257
  181.     Width = 337
  182.     Height = 25
  183.     Orientation = trHorizontal
  184.     Frequency = 1
  185.     Position = 0
  186.     SelEnd = 0
  187.     SelStart = 0
  188.     TabOrder = 7
  189.     TickMarks = tmBoth
  190.     TickStyle = tsNone
  191.     OnChange = barFrameChange
  192.   end
  193.   object boxFormat: TGroupBox
  194.     Left = 344
  195.     Top = 7
  196.     Width = 274
  197.     Height = 114
  198.     Caption = 'Output File'
  199.     TabOrder = 8
  200.     object Label1: TLabel
  201.       Left = 11
  202.       Top = 22
  203.       Width = 31
  204.       Height = 13
  205.       Caption = 'Name:'
  206.     end
  207.     object Label2: TLabel
  208.       Left = 11
  209.       Top = 48
  210.       Width = 34
  211.       Height = 13
  212.       Caption = 'Codec:'
  213.     end
  214.     object btnCodec: TButton
  215.       Left = 160
  216.       Top = 77
  217.       Width = 103
  218.       Height = 25
  219.       Caption = '&Codec Settings...'
  220.       Font.Charset = DEFAULT_CHARSET
  221.       Font.Color = clWindowText
  222.       Font.Height = -11
  223.       Font.Name = 'MS Sans Serif'
  224.       Font.Style = []
  225.       ParentFont = False
  226.       TabOrder = 0
  227.       OnClick = btnCodecClick
  228.     end
  229.     object edName: TEdit
  230.       Left = 52
  231.       Top = 19
  232.       Width = 211
  233.       Height = 21
  234.       TabStop = False
  235.       Color = clBtnFace
  236.       Ctl3D = True
  237.       ParentCtl3D = False
  238.       ReadOnly = True
  239.       TabOrder = 1
  240.     end
  241.     object edCodec: TEdit
  242.       Left = 52
  243.       Top = 46
  244.       Width = 211
  245.       Height = 21
  246.       TabStop = False
  247.       Color = clBtnFace
  248.       Ctl3D = True
  249.       Font.Charset = DEFAULT_CHARSET
  250.       Font.Color = clWindowText
  251.       Font.Height = -11
  252.       Font.Name = 'MS Sans Serif'
  253.       Font.Style = []
  254.       ParentCtl3D = False
  255.       ParentFont = False
  256.       ReadOnly = True
  257.       TabOrder = 2
  258.     end
  259.   end
  260. end
  261.